@charset "UTF-8";
/* CSS Document */

body {
	background-color:#ffffff;
}

h3 {
margin-top:0px !important;	
}

.midDiv {

background-color:#ffffff;
margin-bottom:10px;
padding-top:30px;

}

.heroimage {

padding: 0px !important;
background-color:#000000;
}

.error {
border-bottom: 1px solid #ff0000 !important;	
}

.confirmation {
display:none;	
}

.btn span.glyphicon {    			
	opacity: 0;				
}
.btn.active span.glyphicon {				
	opacity: 1;				
}

/* Hiding the checkbox, but allowing it to be focused */
.badgebox
{
    opacity: 0;
}

.badgebox + .badge
{
    /* Move the check mark away when unchecked */
    text-indent: -999999px;
    /* Makes the badge's width stay the same checked and unchecked */
	width: 27px;
}

.badgebox:focus + .badge
{
    /* Set something to make the badge looks focused */
    /* This really depends on the application, in my case it was: */
    
    /* Adding a light border */
    box-shadow: inset 0px 0px 5px;
    /* Taking the difference out of the padding */
}

.badgebox:checked + .badge
{
    /* Move the check mark back when checked */
	text-indent: 0;
}

.btn-success.active, .btn-success.active:active, .btn-success.active:focus {
    color: #fff;
    background-color:#35b0e6 !important;
    border-color: #35b0e6;
}

.btn-success.active:hover {
    color: #fff;
    background-color:#62c2ec;
    border-color: #62c2ec;
}

.btn-success .badge {
    color: #35b0e6;
    background-color: #fff;
}

.btn-success{
    color: #ffffff;
    background-color:#000000 !important;
    border-color: #000000;
}

.btn-success:hover, .btn-success:active, .btn-success:focus{
    color: #ffffff;
    background-color:#333131;
    border-color: #333131;
}

.btn-checkbox {

    border: 1px solid #000000;	
	margin-top:10px;
}

.glyphicon-ok:before {
color:#35b0e6 !important;
}

.bottomForm {
	padding-top:20px;
	border-top:2px solid #000000;
	padding-bottom:40px;
}

#formHolder {
	padding-top:20px;
	padding-bottom:40px;
	padding-left:10px;
	padding-right:10px;
}

#formHolder input {
	margin-top:5px;
	margin-bottom:5px;
}

.form-control:focus {
border-bottom:1px solid rgb(63,81,181);	
}

.btn-uon {
	background-color:#000000 !important;
	max-width:200px;
	font-weight:700;
	border:none;
	padding-top:10px;
	padding-bottom:10px;
}

.btn-uon2 {
	background-color:#000000 !important;
	font-weight:700;
	border:none;
	padding-top:10px;
	padding-bottom:10px;
}

